Summary

Inserts a specified Flash movie (SWF object) into a page.

Component properties
Category AS Miscellaneous
Version 1.0
Complies with Xhtml 1.0 / 1.1 rules Unspecified or not applicable
Supported server programming languages C# Visual Basic.NET
Output content type Unspecified or not applicable

When to use

This component is typically used when there is a need to expose a flash movie on a web page. 

Programming interface

Parameters

SWF
SWF file to use
Width
Specifies the width, in pixels or percent, of the movie on the web page. Whether or not percent is used is determinded by the SizeInPercent parameter.
Height
Specifies the height, in pixels or precent, of the movie on the web page. Whether or not percent is used is determinded by the SizeInPercent parameter.
SizeInPercent
Check this to specify width/height in percent instead of pixels
Play
Indicates whether the movie should start immediately, without user any intervension.
Loop
Indicates whether to have the movie loop indefinitely.
Quality
Specifes the quality of the movie playback
Menu
Indicates whether the movie control allows the user o control it through the right-click menu.
Scale
Specifies the scaling of the movie

Remarks

The component will insert the flash content in such a way that it will be viewed as active content in specific browsers.
Ie. if the flash warrants user input, it's necessary to click the flash to activate it before interaction is possible.